Skip to main content

RelFromV

The possible values for the base which the relative vertical positioning of an object will be calculated from.

Type

Enumeration

Values

  • "bottomMargin"
  • "topMargin"
  • "margin"
  • "page"
  • "line"
  • "paragraph"

Example

This example set vertical aligment for a drawing object.

drawing.SetVerAlign("page", "center");